Interview Questions and Answer
Options:
a. Client Machine
b. Server Machine
c. Both client and server
d. Never stored
Reveal Answer
Options:
a. Between requests of different users
b. Between requests by same user
c. Between different browser types
d. Between different web site
Reveal Answer
Options:
a. HTTP_COOKIE
b. COOKIE
c. SERVER_COOKIE
d. HTTP_SERVER_COOKIE
Reveal Answer
Options:
a. Object
b. String []
c. String
d. Object []
Reveal Answer
Options:
a. are persistently stored on client
b. Are persistently stored on server
c. Are temporarily stored on client
d. Are temporarily stored on server
Reveal Answer
Options:
a. Persistent Cookie
b. Non-Persistent Cookie
c. Both
d. They can be shared between browsers of different types
Reveal Answer
Options:
a. Persistent Cookies
b. Non-Persistent Cookies
c. Both
d. Cookies cannot be shared between browsers of different type.
Reveal Answer
Options:
a. CookieDictionary
b. CookieCollection
c. HttpCookie
d. None of the above
Reveal Answer
Options:
a. Server
b. Client
c. Both
Reveal Answer
Options:
a. String
b. object
c. int
d. Objects inherited from HttpSession
Reveal Answer
Options:
a. When the request is sent from browser to server then browser sends cookie to server.
b. when the request is sent from browser to server then server generates cookie& stores on server
c. For Every subsequent request server should create one cookie.
d. When the request is sent from browser to server then server generates cookie and write back to browser.
Reveal Answer
Options:
a. Immediately on closing the browser When rendering the response of the request
b. After Timeout period
c. When the server is shutdown
d. When the server is shutdown
Reveal Answer
Options:
a. It’s a Array of Cookies with each cookie having unique value
b. It’s a single cookie with multiple values stored in it.
c. It’s a single cookie with value as collection of Key-Value pairs.
d. It’s a single cookie with Value as array or strings
Reveal Answer
Options:
a. Server
b. Client
c. Both Client and Server
Reveal Answer
Options:
a. All, all users
b. All, given user
c. Few, all users
d. Few, given user
Reveal Answer
Options:
a. Cookie
b. Browser
c. UserAgent
d. Application Name in UR
Reveal Answer
Options:
a. Session. Clear ()
b. Session. Close ()
c. Session. Destroy ()
d. Session. Abandon ()
Reveal Answer
Options:
a. It cannot be changed
b. Session.Timeout = 30;
c. Adding following to web.config
d. Session.ClearTimeout = 30;
Reveal Answer
Options:
a. &lt sessionState cookieless="UseUri" &gt
b. Session cannot work without cookies
c. Session.Cookieless = true
d. &lt session cookieless="True" &gt
Reveal Answer
Options:
a. &lt sessionState mode="InProc" &gt .
b. &lt sessionState mode="StateServer" stateConnectionString="..." &gt .
c. &ltsessionState mode="SqlServer" sqlConnectionString="..."&gt .
d. Sessions cannot be used in such situation
Reveal Answer
Options:
a. All requests by all client
b. All requests by a given client
c. All code in same request
d. None of the above
Reveal Answer
Bestdotnet google plus